func runtime.getempty
11 uses
runtime (current package)
mgcstack.go#L213: buf = (*stackWorkBuf)(unsafe.Pointer(getempty()))
mgcstack.go#L222: buf = (*stackWorkBuf)(unsafe.Pointer(getempty()))
mgcstack.go#L274: x = (*stackObjectBuf)(unsafe.Pointer(getempty()))
mgcstack.go#L284: y := (*stackObjectBuf)(unsafe.Pointer(getempty()))
mgcwork.go#L147: w.wbuf1 = getempty()
mgcwork.go#L150: wbuf2 = getempty()
mgcwork.go#L176: wbuf = getempty()
mgcwork.go#L233: w.wbuf1, w.wbuf2 = w.wbuf2, getempty()
mgcwork.go#L363: w.wbuf2 = getempty()
mgcwork.go#L424: func getempty() *workbuf {
mgcwork.go#L511: b1 := getempty()
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |